home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1098 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.7 KB

  1. Subject: Re: Problems with virtual consoles
  2. Date: Sat, 26 Feb 94 4:20:06 CET
  3. From: Juergen Lock <nox@jelal.north.de>
  4. In-Reply-To: <9402241605.AA15881@victor>; from "BERNARD Sebastien [93-94]" at Feb 24, 94 5:02 pm
  5. Message-Id: <9402260320.AA00535@jelal.north.de>
  6.  
  7. BERNARD Sebastien [93-94] writes:
  8.  
  9. >   Hi folks,
  10. >   I have some problems with the virtual consoles send through the channel.
  11. > All works fine but the raw mode of the consoles. I use jove an emacs-like 
  12. > editor and when I try to search forward some text - by typing ^S - the input
  13. > flow is blocked and I have to type ^Q to go on editing without beeing able to
  14. > use that key. Has anybody encountered the same problems.
  15. >   I use MiNT 1.10 with some optimization patchs applied, the vtcon 0.3 and 
  16. > MinixFS 0.6pl9. Any clues ?
  17.  
  18.  hmm.  before we start the big bug-hunting, do you have andreas fixes
  19. installed?  particularly this one,
  20.  
  21. diff -ur orig/tty.c ./tty.c
  22. --- orig/tty.c    Tue Feb  1 04:19:52 1994
  23. +++ ./tty.c    Thu Feb 17 20:46:40 1994
  24. @@ -483,6 +483,11 @@
  25.      case TIOCSETP:
  26.          sg = (struct sgttyb *)arg;
  27.          tty->sg = *sg;
  28. +        /* set the tty state for checking control characters */
  29. +        if (sg->sg_flags & T_RAW)
  30. +          tty->state &= ~TS_COOKED;
  31. +        else
  32. +          tty->state |= TS_COOKED;
  33.      /* set baud rates */
  34.          baud = tosbaud(sg->sg_ispeed);
  35.          (*f->dev->ioctl)(f, TIOCIBAUD, &baud);
  36.  
  37. anyway, tell me what you find out...
  38.  
  39.  thanx
  40.     Juergen
  41.  
  42. PS:  anyone expect problems when i rename the terminals to ttyv* next
  43. version? :)  any other bugs?  and i still would like a fix for the
  44. falcon-without-VGA-screen problem...
  45. -- 
  46. J"urgen Lock / nox@jelal.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
  47.                                 ...ohne Gewehr
  48. PGP public key fingerprint =  8A 18 58 54 03 7B FC 12  1F 8B 63 C7 19 27 CF DA 
  49.